home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #9 / Amiga Plus CD - 2004 - No. 09.iso / amigaplus / tools / amigaos4_only / fracblank / source / fracsaver.h < prev    next >
C/C++ Source or Header  |  2004-08-03  |  236b  |  16 lines

  1. // BlankerEntry data
  2.  
  3. extern WORD Width,
  4.             Height;
  5.  
  6. extern struct SignalSemaphore BlankSemaphore;
  7.  
  8. extern WORD DisplayDepth;
  9.  
  10. extern struct RastPort *RPort;
  11. extern struct Screen   *BlankScreen;
  12.  
  13. extern ColourTable *Colours;
  14.  
  15.  
  16.